#fullmenu { 
	margin: 0; 
	padding: 0; 
	position: fixed; 
	right: 15px; 
	top: 50%; 
	transform: translate(0,-50%); 
	list-style-type: none; 
	z-index: 70;
	width: 66px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#fullmenu li {  
/* 	margin:  0 0 10px  0; 
	font-size: 14px; */
}

#fullmenu a {  
	width: 8px;
	height: 8px;
	border: 3px solid #CCCCCC;
	border-radius: 50%;
	display: block;
	margin-bottom: 20px;
}

#fullmenu .active a { 
	background: #418838;
	margin: 30px 0;
	border: none;
	position: relative;
}
#fullmenu .active a::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	top: -11px;
	left: -11px;
	background: url(../images/welcome/banner_dian.png) no-repeat;
}
#fullmenu li .page_shu{
	margin: 20px auto;
	width: 1px;
	height: 66px;
	background: #CCCCCC;

}
#fullmenu li .page_row{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #418838;
}

.section { text-align: center; font: 50px "Microsoft Yahei"; color: #fff;}

.tableCell{
	position: relative;
}




.banner{
	position: relative;
	width: 100%;
	height: 100vh;
/* 	background: url(../images/welcome/banner.png) no-repeat center;
	background-size: cover; */
}
.banner_swiper{
	position: absolute;
	height: 100vh; 
	width: 100%;
	top: 0;
	left: 0;
}
.pic_banner{
	width: 100%;
	height: 100vh;
}
.banner .banner_content{
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translate(-50%,0);
	width: 1500px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	z-index: 99;
}
.banner .banner_content .banner_left{
	width: 24%;
	background:url(../images/welcome/banner_content.png) no-repeat left;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 23px 0;
}
.banner .banner_content .banner_left h2{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.banner .banner_content .banner_left h4{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
}
.banner .banner_content .banner_right{
	width: 76%;
	background: #FFFFFF;
	box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2000);
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 23px 50px;
	justify-content: space-between;
}
.banner .banner_content .banner_right .right_column{
	display: flex;
	flex-direction: column;
	width: 80%;
	justify-content: space-between;
}
.banner .banner_content .banner_right .right_column .right_column_row{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-bottom: 10px;
}
.banner .banner_content .banner_right .right_column .right_column_row:last-child{
	margin-bottom: 0;
}
.banner .banner_content .banner_right .right_column .right_column_row .right_row_text1{
	width: 35%;
	padding-left: 40px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.banner .banner_content .banner_right .right_column .right_column_row.active .right_row_text1{
	background: url(../images/welcome/new.png) no-repeat left center;
}
.banner .banner_content .banner_right .right_column .right_column_row  .right_row_text2{
	width: 14%;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.banner .banner_content .banner_right .right_column .right_column_row .right_row_text3{
	width: 45%;
	text-align: left;
	color: #999999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.banner .banner_content .banner_right .right_column .right_column_row:hover .right_row_text1{
	color: #418838;
}
.welcome_but{
	border: 2px solid #418838;
	border-radius: 28px;
	padding: 4px 6px 4px 30px;
	z-index: 1;
	transition: .8s cubic-bezier(0.25,1,0.5,1);
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.welcome_but p{
	padding-right: 67px;
	background: url(../images/welcome/but.png) no-repeat right center;
	background-size: 35px 35px;
	font-size: 16px !important;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #418838 !important;
	height: 35px !important;
	line-height: 35px  !important;
	-webkit-transition: .8s cubic-bezier(0.25,1,0.5,1);
	transition: .8s cubic-bezier(0.25,1,0.5,1);
}
.welcome_but::before{
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	width: 0;
	content: "";
	z-index: -1;
	position: absolute;
	border-radius: 28px;
	background-color: #418838;
	-webkit-transition: .6s cubic-bezier(0.25,1,0.5,1);
	transition: .6s cubic-bezier(0.25,1,0.5,1);
}
	
.welcome_but:hover{
	background-color: #418838;
}
.welcome_but:hover p{
	color: #fff !important;
	background: url(../images/welcome/but_1.png) no-repeat right center;
	background-size: 35px 35px;
}
.welcome_but:hover::before{
	left: 0;
	width: 100%;
	right: auto;
	border-radius: 28px;
}
	
	
	

.about{
/*	background: url(../images/welcome/about.png) no-repeat;*/
	background-size: cover;
}
.about .about_content,.news .news_content{
	padding: 200px 0 50px;
	width: 1500px;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 auto;
}
.about .about_content .about_row{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
.about .about_content .about_row .about_left{
	width: 55%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.about .about_content .about_row .about_left h2{
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #418838;
	line-height: 1;
	text-align: left;
	margin-bottom: 70px;
}
.about .about_content .about_row .about_left h2 span{
	margin-left: 15px;
	font-size: 60px;
	font-family: Arial;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.1);
	font-style: oblique;
}
.about .about_content .about_row .about_left h3{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	position: relative;
	padding-bottom: 30px;
	text-align: left;
	margin-bottom: 30px;
}
.about .about_content .about_row .about_left h3::after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 30%;
	height: 5px;
	background: #418838;
}
.about .about_content .about_row .about_left p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	text-align: left;
}
.about  .welcome_but{
	margin-top: 30px;
}
.about .about_content .about_row  .about_right{
	width: 42%;
	text-align: right;
}
.about .about_content .about_min{
	margin-top: 50px;
	background: url(../images/welcome/about_min.png) no-repeat center;
	background-size: cover;
	height: 180px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding:0 50px;
}
.about .about_content .about_min .about_min_column{
	display: flex;
	flex-direction: column;
	width: 18%;
	justify-content: center;
	align-items: center;
}
.about .about_content .about_min .about_min_column p{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	align-items: flex-end;
}
.about .about_content .about_min .about_min_column p span{
	font-size: 48px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	
}
.about .about_content .about_min .about_min_column p span:last-child{
	margin-right: 10px;
}
.about .about_content .about_min .about_min_column  .about_name{
	margin-top: 12px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}




.news{
	/*background: url(../images/welcome/news.png) no-repeat;*/
	background-size: cover;
}

.news .news_content .news_top{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.news .news_content .news_top h2{
	width: 70%;
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #418838;
	line-height: 1;
	text-align: left;
}
.news .news_content .news_top h2 span{
	margin-left: 15px;
	font-size: 60px;
	font-family: Arial;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.1);
	font-style: oblique;
}
.news .news_content .news_top .news_top_right{
	width: 28%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.news .news_content .news_top .news_top_right a{
	border: 2px solid #418838;
	border-radius: 30px;
	padding: 10px 53px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #418838;
	margin-right: 30px;
	-webkit-transition: .6s cubic-bezier(0.25,1,0.5,1);
	transition: .6s cubic-bezier(0.25,1,0.5,1);
}
.news .news_content .news_top .news_top_right a:last-child{
	margin-right: 0;
}
.news .news_content .news_top .news_top_right a:hover{
	background:#418838 ;
	color: #fff;
}
.news .news_content .news_min{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}
.news .news_content .news_min .news_min_wrap{
/* 	display: flex;
	flex-wrap: wrap; */
	width: 100%;
	position: relative;
	margin-bottom: 50px;
/* 	justify-content: flex-start; */
}
.news .news_content .news_min .news_min_wrap .news_min_column{
	/* width: calc((100% - 80px) / 3);
	margin-right: 40px;
	margin-bottom: 50px; */
	display: flex;
	flex-direction: column;
	width: 100%;
}
/* .news .news_content .news_min .news_min_wrap .news_min_column:nth-of-type(3n) {
   margin-right: 0;
} */
.news .news_content .news_min .news_min_wrap .news_min_column .pic{
	overflow: hidden;
}
.news .news_content .news_min .news_min_wrap .news_min_column .pic img {
	transition: .5s;
	width: 100%;
}
.news .news_content .news_min .news_min_wrap .news_min_column:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.news .news_content .news_min .news_min_wrap .news_min_column .news_min_content{
	padding: 30px 0 20px;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.news .news_content .news_min .news_min_wrap .news_min_column .news_min_content h2{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.news .news_content .news_min .news_min_wrap .news_min_column .news_min_content p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	height: 60px;
	text-align: left;
}
.news .news_content .news_min .news_min_wrap .news_min_column  .news_min_time{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: left;
}

.news .news_content .news_min .news_min_wrap .news_min_column:hover .news_min_content{
	border-bottom: 1px solid #418838;
}
.news .news_content .news_min .news_min_wrap .news_min_column:hover .news_min_content h2,.news .news_content .news_min .news_min_wrap .news_min_column:hover .news_min_time{
	font-weight: bold;
	color: #418838;
}



.product{
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
	height: 100vh;
}
.product .product_content{
	width: calc(100% / 6);
	position: relative;
	height: 100%;
}
.product .product_content .product_overlay{
	width: 0;
	top: 0;
	left: 50%;
	z-index: 1;
	bottom: 0;
	opacity: .72;
	position: absolute;
	background-color: #000;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s cubic-bezier(0.16,1,0.3,1);
	transition: .5s cubic-bezier(0.16,1,0.3,1);
}
.product .product_content:hover .product_overlay{
	width: 100%;
}
.product .product_content .pic{
	overflow: hidden;
}
.product .product_content .pic img {
	transition: .5s;
	height: 100vh;
	width: 100%;
}
.product .product_content:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	
}
.product .product_content .product_column{
	position: absolute;
	width: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
}
.product .product_content .product_column .product_pic{
	height: 55px;
/* 	display: flex;
	justify-content: flex-end; */
}
.product .product_content .product_column h2{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 15px;
}
.product .product_content .product_column h4{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 10px;
}
.product .product_content .product_column .product_but{
	display: none;
	margin-top: 25px;
	-webkit-transition: .5s cubic-bezier(0.16,1,0.3,1);
	transition: .5s cubic-bezier(0.16,1,0.3,1);
}
.product .product_content:hover .product_column .product_but{
	display: block;
}



.social{
	background: url(../images/welcome/social.png) no-repeat;
	background-size: cover;
}
.social .social_content,.online .online_content{
	padding: 150px 0 50px;
	width: 1500px;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 auto;
}
.social .social_content .social_top{
	display: flex;
	flex-direction: row;
	width: 100%;
	text-align: left;
}
.social .social_content .social_top h2{
	width: 70%;
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #418838;
	line-height: 1;
	text-align: left;
}
.social .social_content .social_top h2 span{
	margin-left: 15px;
	font-size: 60px;
	font-family: Arial;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.1);
	font-style: oblique;
}
.social .social_content .social_swiper{
	margin-top: 30px;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1000);
	padding: 20px 80px;
	position: relative;
} 
.social .swiper-button-next,.social .swiper-button-prev{
	background-image: url(../images/welcome/social_button.png);
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-size: 40px 40px;
}
.social .swiper-button-next{
	transform: rotateY(180deg);
	right: 20px;
}
.social .swiper-button-prev{
	left: 20px;
}
.social .swiper-button-prev:hover{
	background-image: url(../images/welcome/social_button_1.png);
	transform: rotateY(180deg);
}
.social .swiper-button-next:hover{
	background-image: url(../images/welcome/social_button_1.png);
	transform: rotateY(0deg);
}
.social .social_content .social_swiper .social_po{
	overflow: hidden;
	position: relative;
}
.social .social_content .social_swiper .social_po img {
	transition: .5s;
	width: 100%;
}
.social .social_content .social_swiper .social_po:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.social .social_content .social_swiper .social_po .product_overlay{
	width: 0;
	top: 0;
	left: 50%;
	z-index: 1;
	bottom: 0;
	opacity: .72;
	position: absolute;
	background-color: #000;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s cubic-bezier(0.16,1,0.3,1);
	transition: .5s cubic-bezier(0.16,1,0.3,1);
}
.social .social_content .social_swiper .social_po:hover .product_overlay{
	width: 100%;
}
.social .social_content .social_swiper .social_po .social_po_name{
	position: absolute;
	width: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	z-index: 8;
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(0.16,1,0.3,1);
	transition: .5s cubic-bezier(0.16,1,0.3,1);
}
.social .social_content .social_swiper .social_po:hover .social_po_name{
	opacity: 1;
}




.work{
	position: relative;
	height: 100vh;
}
.work .work_left{
	width: 50%;
}
.work .work_left img{
	height: 100vh;
}
.work .work_right{
	position: absolute;
	top: 50%;
	right: 0;
	width: 65%;
	transform: translate(0,-50%);
	background: #fff;
	padding: 100px  140px 100px 100px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2000);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.work .work_right h2{
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #418838;
}
.work .work_right h3{
	font-size: 60px;
	font-family: Arial;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.1);
	font-style: oblique;
	text-transform: uppercase;
	margin-bottom: 45px;
	text-align: left;
	white-space: nowrap;
}
.work .work_right p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	text-align: left;
}
.work .work_right .welcome_but{
	margin-top: 45px;
}
.work .work_right .welcome_but p{
	line-height: 35px;
}



.online{
	background: url(../images/welcome/online.png) no-repeat;
	background-size: cover;
}
.online .online_row{
	display: flex;
	flex-direction: row;
	width: 100%;
}
.online .online_row .online_left{
	width: 40%;
	position: relative;
}
.online .online_row .online_left .online_left_column{
	position: absolute;
	top: 90px;
	left: 50%;
	width: 66%;
	transform: translate(-50%,0);
	display: flex;
	flex-direction: column;
}
.online .online_row .online_left .online_left_column .online_left_content{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	margin-bottom: 45px;
}
.online .online_row .online_left .online_left_column .online_left_content h2{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 48px;
}
.online .online_row .online_left .online_left_column .online_left_content h4{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 48px;
}
.online .online_row .online_left .online_left_column .pic{
	text-align: left;
}
.online .online_row .online_right{
	background: #FFFFFF;
	box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2000);
	border-radius:0 5px 5px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 45px 100px;
	width: 60%;
}
.online .online_row .online_right .online_right_top{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	margin-bottom: 25px;
}
.online .online_row .online_right .online_right_top h2{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
}
.online .online_row .online_right .online_right_top p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: left;
	line-height: 26px;
}
.online .online_row .online_right .online_form{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	margin-bottom: 25px;
}
.online .online_row .online_right .online_form .online_form_content{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	margin-bottom: 25px;
}
.online .online_row .online_right .online_form .online_form_content:last-child{
	margin-bottom: 0;
}
.online .online_row .online_right .online_form .online_form_content h3{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-bottom: 10px;
}
.online .online_row .online_right .online_form .online_form_content input{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	padding: 0 20px;
}
.online .online_row .online_right .online_form .online_form_content textarea{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	color: #666666;
	font-size: 14px;
	padding:20px;
	height: auto;
	height: 150px;
}
.online .welcome_but p{
	background: url(../images/welcome/but1.png) no-repeat right center;
	background-size: 35px 35px;
}
.online .welcome_but:hover p{
	background: url(../images/welcome/but1_1.png) no-repeat right center;
	background-size: 35px 35px;
}




@media (max-width: 1601px) {
	.banner .banner_content,.about .about_content, .news .news_content{
		width: 1400px;
	}
	.about .about_content, .news .news_content{
		padding: 150px 0 30px;
	}
	
	.social .social_content, .online .online_content{
		width: 1400px;
		padding: 150px 0 30px;
	}
	.social .social_content .social_top h2{
		width: 100%;
	}
	.work .work_right {
	  padding: 50px 100px 50px 80px;
	}
	.work .work_right h2,.work .work_right h3 {
	  font-size: 50px;
	}
	.online .online_row .online_left .online_left_column{
		top: 40px;
	}
	.online .online_row .online_right{
		padding: 30px 80px;
	}
	
	
	.news .news_content .news_min .news_min_wrap{
		margin-bottom: 22px;
	}
}

@media (max-width: 1501px) {
	.banner .banner_content, .about .about_content, .news .news_content {
	  width:1200px;
	}
	.banner .banner_content{
		bottom: 50px;
	}
	.welcome_but{
		padding: 4px 6px 4px 20px;
	}
	.welcome_but p {
	  padding-right: 47px;
	  background-size: 30px 30px;
	  font-size: 14px !important;
	  height: 30px !important;
	  line-height: 30px !important;
	}
	.welcome_but:hover p{
		background-size: 30px 30px;
	}
	.banner .banner_content .banner_right{
		padding: 23px 30px;
	}
	.about .about_content, .news .news_content , .online .online_content{
	  padding: 100px 0 30px;
	}
	
	.about .about_content .about_row .about_left h2 {
	  font-size: 40px;
	  margin-bottom: 20px;
	}
	.about .about_content .about_row .about_left h2 span{
		font-size: 40px;
	}
	.about .about_content .about_row .about_left h3 {
	  font-size: 20px;
	  padding-bottom: 20px;
	  margin-bottom: 20px;
	}
	.about .about_content .about_row .about_left h3::after {
		height: 3px;
	}
	.about .about_content .about_row .about_left p {
	  font-size: 14px;
	  line-height: 25px;
	}
	.about .about_content .about_min{
		margin-top: 30px;
		height: 100px;
	}
	.about .about_content .about_min .about_min_column p {
	  font-size: 15px;
	}
	.about .about_content .about_min .about_min_column p span {
	  font-size: 30px;
	}
	.about .about_content .about_min .about_min_column p span:last-child {
	  margin-right: 6px;
	}
	.about .about_content .about_min .about_min_column .about_name {
	  margin-top: 8px;
	  font-size: 16px;
	}
	.news .news_content .news_top h2,.news .news_content .news_top h2 span,.social .social_content .social_top h2,.social .social_content .social_top h2 span{
		font-size: 40px;
	}
	.news .news_content .news_top .news_top_right a {
	  padding: 7px 33px;
	  font-size: 14px;
	}
	.news .news_content .news_min {
	  margin-top: 30px;
	}
	
	.news .news_content .news_min .news_min_wrap .news_min_column{
		margin-bottom: 20px;
	}
	.news .news_content .news_min .news_min_wrap .news_min_column .news_min_content {
	  padding: 20px 0 10px;
	  margin-bottom: 10px;
	}
	.news .news_content .news_min .news_min_wrap .news_min_column .news_min_content h2 {
	  font-size: 16px;
	  margin-bottom: 10px;
	}
	.news .news_content .news_min .news_min_wrap .news_min_column .news_min_content p {
	    font-size: 14px;
	    line-height: 22px;
	    height: 44px;
	}
	.news .news_content .news_min .news_min_wrap .news_min_column .news_min_time {
	  font-size: 14px;
	}
	.product .product_content .pic img{
		width: 100%;
	}
	.product .product_content .product_column h2 {
	  font-size: 20px;
	}
	.product .product_content .product_column h4 {
	  font-size: 12px;
	}
	.social .social_content, .online .online_content{
		width: 1200px;
	}
	.social .social_content .social_swiper {
	  padding: 40px 80px;
	}
	.social .social_content .social_swiper .social_po img{
		width: auto;
	}
	.work .work_left img{
		width: 100%;
	}
	.work .work_right {
	  padding: 30px 80px 30px 60px;
	}
	.work .work_right h2, .work .work_right h3 {
	  font-size: 40px;
	}
	.work .work_right h3{
		margin-bottom: 15px;
	}
	.work .work_right p {
	  font-size: 13px;
	  line-height: 28px;
	}
	.work .work_right .welcome_but {
	  margin-top: 15px;
	}
	
	.online .online_row .online_left{
		width: 34%;
	}
	.online .online_row .online_left .online_left_column {
	  top: 30px;
	}
	
	.online .online_row .online_left .online_left_column .online_left_content {
	  margin-bottom: 25px;
	}
	.online .online_row .online_left .online_left_column .online_left_content h2 {
	  font-size: 18px;
	  line-height: 38px;
	}
	.online .online_row .online_left .online_left_column .online_left_content h4 {
	  font-size: 20px;
	  line-height: 38px;
	}
	.online .online_row .online_right {
	  padding: 30px 40px;
	  width: 66%;
	}
	.online .online_row .online_right .online_right_top{
		margin-bottom: 15px;
	}
	.online .online_row .online_right .online_right_top h2 {
	  font-size: 26px;
	  line-height: 1.3;
	}
	.online .online_row .online_right .online_right_top p {
	  font-size: 12px;
	  font-family: Microsoft YaHei;
	  font-weight: 400;
	  color: #999999;
	  text-align: left;
	  line-height: 20px;
	}
	.online .online_row .online_right .online_form .online_form_content {
	    margin-bottom: 15px;
	}
	.online .online_row .online_right .online_form .online_form_content h3 {
	  font-size: 16px;
	  margin-bottom: 6px;
	}
	.online .online_row .online_right .online_form .online_form_content input {
	  height: 35px;
	  line-height: 35px;
	}
	.online .online_row .online_right .online_form .online_form_content textarea{
		height: 80px;
	}
	
	.online .welcome_but p,.online .welcome_but:hover p {
	    background-size: 30px 30px;
	}
}



@media (max-width: 1200px) {
	#fullmenu{
		display: none;
	}
	.banner{
		height: 100vh;
	}
	.banner .banner_content, .about .about_content, .news .news_content {
	  width: 88%;
	}
	.banner .banner_content .banner_left{
		padding: 10px 0;
	}
	.banner .banner_content .banner_left h2 {
	  font-size: 20px;
	}
	.banner .banner_content .banner_left h4 {
	  font-size: 14px;
	}
	.banner .banner_content .banner_right {
	  padding: 10px 20px;
	}
	.banner .banner_content .banner_right .right_column{
		width: 100%;
	}
	.banner .banner_content .banner_right .right_column .right_column_row .right_row_text2{
		display: none;
	}
	.banner .banner_content .banner_right .right_column .right_column_row {
	  font-size: 14px;
	}
	.banner .banner_content .banner_right .right_column .right_column_row .right_row_text1 {
	  width: 45%;
	}
	.banner .banner_content .banner_right .right_column .right_column_row .right_row_text3 {
	  width: 50%;
	}
	.banner .welcome_but{
		display: none;
	}
	
	
	
	.about .about_content, .news .news_content, .online .online_content {
	  padding: 80px 0 40px;
	}
	.about .about_content .about_row{
		flex-direction: column;
	}
	.about .about_content .about_row .about_left{
		width: 100%;
		margin-bottom: 30px;
	}
	.about .about_content .about_row .about_right {
	  width: 100%;
	  text-align: center;
	}
	.about .about_content .about_row .about_right img{
		width: 100%;
	}
	.about .about_content .about_min{
		padding: 0 20px;
		height: 85px;
	}
	.about .about_content .about_min .about_min_column p {
	  font-size: 12px;
	}
	.about .about_content .about_min .about_min_column p span {
	  font-size: 23px;
	}
	.about .about_content .about_min .about_min_column .about_name {
	  margin-top: 6px;
	  font-size: 14px;
	}
	.news .news_content .news_top .news_top_right a {
	  padding: 7px 18px;
	  font-size: 12px;
	  margin-right: 10px;
	}
	.news .news_content .news_min .news_min_wrap .news_min_column {
	  width: 100%;
/* 	  margin-right: 20px; */
	}
	.news .news_content .news_min .news_min_wrap .news_min_column .news_min_content h2 {
	  font-size: 14px;
	}
	.news .news_content .news_min .news_min_wrap .news_min_column .news_min_content p {
	  font-size: 12px;
	  line-height: 18px;
	  height: 36px;
	}
	.news .news_content .news_min .news_min_wrap .news_min_column .news_min_time {
	  font-size: 12px;
	}
	.product,.product .product_content .pic img{
		height: auto;
	}
	.product .product_content {
	  width: calc(100% / 3);
	}
	.social .social_content, .online .online_content {
	  width: 88%;
	  padding: 80px 0 40px;
	}
	.social .social_content .social_swiper .social_po .social_po_name{
		font-size: 14px;
	}
	.work,.work .work_left img{
		height: auto;
	}
	.work .work_left{
		width: 100%;
	}
	.work .work_right{
		position: initial;
		width: 100%;
		transform: initial;
	}
	.online .online_row{
		flex-direction: column;
	}
	.online .online_row .online_left{
	  width: 100%;
	}
	.online .online_row .online_left img {
		display: none;
	}
	.online .online_row .online_left .online_left_column{
		position: initial;
		width: 100%;
		transform: initial;
		margin-bottom: 30px;
	}
	.online .online_row .online_right{
		width: 100%;
		border-radius:5px ;
	}
}


@media (max-width: 600px) {
	.banner .banner_content .banner_left{
		width: 30%;
	}
	.banner .banner_content .banner_left h2 {
	  font-size: 14px;
	}
	.banner .banner_content .banner_left h4 {
	  font-size: 12px;
	}
	.banner .banner_content .banner_right{
		width: 70%;
	}
	.banner .banner_content .banner_right .right_column .right_column_row {
	  font-size: 12px;
	}
	.banner .banner_content .banner_right .right_column .right_column_row .right_row_text1{
		display: none;
	}
	.banner .banner_content .banner_right .right_column .right_column_row .right_row_text3{
		width: 100%;
	}
	.about .about_content, .news .news_content, .online .online_content {
	  padding: 40px 0 20px;
	}
	.about .about_content .about_row .about_left h2 {
	  font-size: 24px;
	  margin-bottom: 20px;
	}
	.about .about_content .about_row .about_left h2 span {
	  font-size: 24px;
	}
	.about .about_content .about_row .about_left h3 {
	  font-size: 18px;
	  padding-bottom: 15px;
	  margin-bottom: 15px;
	}
	.about .about_content .about_row .about_left p {
	  font-size: 12px;
	  line-height: 22px;
	}
	.about .welcome_but {
	  margin-top: 20px;
	}
	.welcome_but p {
	  padding-right: 35px;
	  background-size: 25px 25px;
	  font-size: 12px !important;
	  height: 25px !important;
	  line-height: 25px !important;
	}
	.welcome_but:hover p {
	  background-size: 25px 25px;
	}
	
	.about .about_content .about_min{
		flex-wrap: wrap;
		padding: 20px 20px 0;
		height: auto;
		justify-content: flex-start;
	}
	.about .about_content .about_min .about_min_column{
		width: calc((100% - 40px) / 3);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.about .about_content .about_min .about_min_column:nth-of-type(3n) {
	  margin-right: 0;
	}
	.about .about_content .about_min .about_min_column p span {
	  font-size: 20px;
	}
	.about .about_content .about_min .about_min_column .about_name {
	  margin-top: 4px;
	  font-size: 12px;
	}
	.news .news_content .news_top h2, .news .news_content .news_top h2 span, .social .social_content .social_top h2, .social .social_content .social_top h2 span{
		font-size: 24px;
	}
	.news .news_content .news_top{
		flex-direction: column;
	}
	.news .news_content .news_top h2{
		width: 100%;
		text-align: left;
	}
	.news .news_content .news_top .news_top_right{
		width: 100%;
		justify-content:flex-start;
		margin-top: 20px;
	}
	.news .news_content .news_min {
	  margin-top: 20px;
	}
	.news .news_content .news_min .news_min_wrap .news_min_column {
	  width: 100%;
	  margin-right: 0;
	}
	.product .product_content .product_column h2 {
	  font-size: 16px;
	}
	.social .social_content, .online .online_content {
	  padding: 40px 0 20px;
	}
	.social .social_content .social_swiper {
	  padding: 20px 50px;
	}
	.social .swiper-button-next, .social .swiper-button-prev {
	  background-image: url(../images/welcome/social_button.png);
	  width: 30px;
	  height: 30px;
	  margin-top: -15px;
	  background-size: 30px 30px;
	}
	.social .swiper-button-prev {
	  left: 8px;
	}
	.social .swiper-button-next {
	  right: 8px;
	}
	.work .work_right h2, .work .work_right h3 {
	  font-size: 24px;
	}
	.work .work_right {
	  padding: 20px 30px 20px 30px;
	}
	.work .work_right p {
	  font-size: 12px;
	  line-height: 25px;
	}
	.online .online_row .online_left .online_left_column {
	  margin-bottom: 20px;
	}
	.online .online_row .online_left .online_left_column .online_left_content {
	  margin-bottom: 15px;
	}
	.online .online_row .online_left .online_left_column .online_left_content h2,.online .online_row .online_left .online_left_column .online_left_content h4 {
	  font-size: 16px;
	  line-height: 30px;
	}
	.online .online_row .online_right {
	  padding: 20px 20px;
	}
	.online .online_row .online_right .online_right_top h2 {
	  font-size: 20px;
	  line-height: 1.5;
	  margin-bottom: 10px;
	}
	.online .online_row .online_right .online_form .online_form_content h3 {
	  font-size: 14px;
	  margin-bottom: 6px;
	}
	.online .welcome_but p, .online .welcome_but:hover p{
		background-size: 25px 25px;
	}
}